I am a multidisciplinary designer and developer with a main focus on Digital Design and Branding, located in Cluj Napoca, Romania.
Throughout my 14 years of experience I have worked in various agencies as a web designer and developer.
I create and build websites to communicate a feeling of joy and comfort that shall invite the user to come back. For me, that means that not only graphical work, but also the frontend development like HTML & SCSS, JS, and WordPress or Craft CMS (backend, i know) are part of my field of activity.
The development section is really important to me, because I thereby constantly improve my skills and stay up-to-date with new methods and technology. Moreover, it presents a good change to the design part.
Filter an Array of Objects based on a property in JavaScript To filter an array of objects based on...
Update an Object’s Property in an Array of Objects using findIndex To update an object’s property in an array of...
Get the index of an Object in an Array in JavaScript To find the index of an object in...
The Nullish Coalescing Operator (Double Question Mark ??) is a special case from the OR Logical Operator (||). Let’s...
1. What is a `Set’ object and how does it work? Set object allows you to store unique values of...
Are you looking to create a popup in your Angular app using Typescript? Angular Material is the perfect tool...
Well, forget about the old and ugly way to update the value of some array. Description The with() method changes the...
TypeScript 5.1 introduced several new features and improvements.Here’s a summary of what’s new in TypeScript 5.1: Unrelated Types for Getters...
There is no direct way to break from the forEach() function, however, there are some workarounds. Introduction In JavaScript, forEach() is...